home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
the_flor.swf
/
scripts
/
DefineButton2_33
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2008-11-12
|
157b
|
11 lines
on(press){
if(wackable == "1")
{
set("/:score",eval("/:score") + "1");
tellTarget("../")
{
play();
}
}
}